/*
body{
	line-height:1;
	font:normal 14px/100% Arial,"黑体",Helvetica,sans-serif;
}*/
/*:focus{
	outline:0;
}
a{
	text-decoration:none;
	color:#333;
	display:block;
}
a:hover{
	color:#f60;
}*/
/*ol,ul,li{
	list-style:none;
}
b,strong{
	font-weight:bold;
}
img{
	border:none;
	display:block;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}*/
/*.clearfix:after{
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size:0;
}
.clearfix{
	zoom:1;
}*/
/*	body{
		background: #494A5F;
		color: #D5D6E2;
		font-weight: 500;
		font-size: 1.05em;
		font-family: "Microsoft YaHei","宋体","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif, FreeSans, Arimo;
	}*/
/*	a{ color: rgba(255, 255, 255, 0.6);outline: none;text-decoration: none;-webkit-transition: 0.2s;transition: 0.2s;}
	a:hover,a:focus{color:#74777b;text-decoration: none;}*/
	.poster-main{
		position: relative;
		margin: 0px auto;
		margin-top:20px;
		border:1px solid #fff;
	}
	.poster-main .poster-list .poster-item{
		position: absolute;
		left: 0;
		top: 0;
	}
	.poster-main .poster-btn{
		position: absolute;
		top: 0;
		cursor: pointer;
	}
	.poster-main .poster-prev-btn{
		left: 0;
		background: url(../images/index/btn_l.png) no-repeat center center;
	}
	.poster-main .poster-next-btn{
		right: 0;
		background: url(../images/index/btn_r.png) no-repeat center center;
	}

/*==================================css reset==================================*/
